-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style with symbols #79
base: main
Are you sure you want to change the base?
Conversation
Grayscale leaflet plugin modified to extend TileLayer.WMS Included in demo project
…o-labels Buildings style with correct zoom levels
symbol style will be kept, adapted to latest git version and PR properly before any other style attemps. Fresh mapserver-basemap will be taken after this commit
user='osm', | ||
host='docker.for.mac.localhost', | ||
port=5436, | ||
user='nicolas', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you revert this change?
@@ -0,0 +1,113 @@ | |||
#define PASTER(str) #str |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This base mapfile is not linked to the symbols support, isn't?
@Nicolasribot thank you for you huge work on this. Unfortunatly this PR is too big and we can review it correctly. Could you split it in few part? Scripts, topobase and symbols at least? My browser failed to display diff file after "scripts". |
Yes I will make the changes. |
…eration of GetCapabilities document [refactor] homogenized template map file indentation
Added new style for displaying housenumbers & sped up generation of GetCapabilties document
…'s clean target so they will be properly recreated by calling 'make clean && make'
…nal database view [fix] added missing placeholders for Makefile variables
Optimized rendering performance of symbol layers
…attached to building objects [refactor] hardened SQL statements in post-symbols.sql.in [refactor] optimized database structure for faster queries on symbol and housenumber tables
…bility and causing massive performance issue on lower zoom levels
included address information attached to buildings in imposm import mapping
A cleaning of a work started some years ago to support a style displaying symbols.
Symbol icons are based on OSM icons converted from SVG.
This style can be combined with other styles to add icons.
WIP: labels at z18, more properties should be defined in generate_styles.py to control symbols behaviour. Some symbols are missing (parking built from ways for instance).
Some examples of the style: https://github.com/Nicolasribot/basemaps/blob/master/README.md